home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TFRMWEBACCESS / TFRMWEBACCESS.txt
Text File  |  2006-11-06  |  2KB  |  107 lines

  1. inherited frmWebAccess: TfrmWebAccess
  2.   Left = 260
  3.   Top = 617
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmWebAccess'
  6.   ClientHeight = 188
  7.   ClientWidth = 476
  8.   OnCreate = FormCreate
  9.   ExplicitWidth = 482
  10.   ExplicitHeight = 220
  11.   DesignSize = (
  12.     476
  13.     188)
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblTop: TLabel [0]
  17.     Left = 8
  18.     Top = 8
  19.     Width = 428
  20.     Height = 26
  21.     Anchors = [akLeft, akTop, akRight]
  22.     Caption = 
  23.       'You can make this file/folder accessible from the web. It will b' +
  24.       'e reachable at www.diinoweb.com/USERNAME/FILENAME.  (To protect ' +
  25.       'it you can also set a password.)'
  26.     WordWrap = True
  27.   end
  28.   inherited btnOK: TButton
  29.     Left = 312
  30.     Top = 156
  31.     Anchors = [akRight, akBottom]
  32.     TabOrder = 1
  33.     OnClick = btnOKClick
  34.     ExplicitLeft = 312
  35.     ExplicitTop = 156
  36.   end
  37.   inherited btnCancel: TButton
  38.     Left = 392
  39.     Top = 156
  40.     Anchors = [akRight, akBottom]
  41.     TabOrder = 2
  42.     ExplicitLeft = 392
  43.     ExplicitTop = 156
  44.   end
  45.   inherited gbOuter: TGroupBox
  46.     Left = 7
  47.     Top = 54
  48.     Width = 461
  49.     Height = 96
  50.     Anchors = [akLeft, akRight, akBottom]
  51.     Caption = ''
  52.     TabOrder = 0
  53.     ExplicitLeft = 7
  54.     ExplicitTop = 54
  55.     ExplicitWidth = 461
  56.     ExplicitHeight = 96
  57.     object lblPassword: TLabel
  58.       Left = 52
  59.       Top = 65
  60.       Width = 49
  61.       Height = 13
  62.       Caption = 'Password:'
  63.     end
  64.     object cbEnableWebAccess: TCheckBox
  65.       Left = 17
  66.       Top = 14
  67.       Width = 144
  68.       Height = 17
  69.       Anchors = [akLeft, akTop, akRight]
  70.       Caption = 'Enable web access'
  71.       TabOrder = 0
  72.       OnClick = cbEnableWebAccessClick
  73.     end
  74.     object edPassword: TEdit
  75.       Left = 119
  76.       Top = 60
  77.       Width = 123
  78.       Height = 21
  79.       MaxLength = 12
  80.       PasswordChar = '*'
  81.       TabOrder = 1
  82.       Text = 'Password:'
  83.       OnChange = edPasswordChange
  84.     end
  85.     object btnViewPassword: TButton
  86.       Left = 248
  87.       Top = 60
  88.       Width = 198
  89.       Height = 21
  90.       Anchors = [akLeft, akTop, akRight]
  91.       Caption = 'View current password'
  92.       TabOrder = 2
  93.       OnClick = btnViewPasswordClick
  94.     end
  95.     object cbEnablePasswordProtection: TCheckBox
  96.       Left = 29
  97.       Top = 37
  98.       Width = 429
  99.       Height = 17
  100.       Anchors = [akLeft, akTop, akRight]
  101.       Caption = 'Enable password protection'
  102.       TabOrder = 3
  103.       OnClick = cbEnableWebAccessClick
  104.     end
  105.   end
  106. end
  107.